projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737c8c9
)
(top level): Use find-file-not-found-functions instead of the obsolete
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jun 2006 10:39:05 +0000
(10:39 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jun 2006 10:39:05 +0000
(10:39 +0000)
find-file-not-found-hooks.
lisp/dos-w32.el
patch
|
blob
|
history
diff --git
a/lisp/dos-w32.el
b/lisp/dos-w32.el
index ae2bd8052bbf9190f5d052631a67a3f1148d22ff..2d730c8af0f198c90caf3b1ac66875d89218cc92 100644
(file)
--- a/
lisp/dos-w32.el
+++ b/
lisp/dos-w32.el
@@
-186,7
+186,7
@@
set to the appropriate coding system, and the value of
(setq buffer-file-type (eq buffer-file-coding-system 'no-conversion)))))
;;; To set the default coding system on new files.
-(add-hook 'find-file-not-found-
hook
s
+(add-hook 'find-file-not-found-
function
s
'find-file-not-found-set-buffer-file-coding-system)
;;; To accomodate filesystems that do not require CR/LF translation.